home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / GACUPS / Source / StatusMonitor.h < prev    next >
Encoding:
Text File  |  1993-08-12  |  727 b   |  35 lines

  1. /* Written 8/12/93 by Max Hailperin <max@nic.gac.edu>, Math/CS department,
  2.    Gustavus Adolphus College.  Public domain, no warranty.  Please share
  3.    any improvements with me.  */
  4.  
  5. /* Generated by Interface Builder */
  6.  
  7. #import <objc/Object.h>
  8.  
  9. @interface StatusMonitor:Object
  10. {
  11.     id    alarms;
  12.     id    batteryVoltageCell;
  13.     id    ROMRevisionCell;
  14.     id    minutesCell;
  15.     id    frequencyCell;
  16.     id    ACOutputAmperesCell;
  17.     id    systemModeCell;
  18.     id    inverterStatusCell;
  19.     id    ambientTempCell;
  20.     id    ACOutputVoltsCell;
  21.     id    panel;
  22.     id    ACLoadVACell;
  23.     id    ACInputVoltsCell;
  24.     id    timeCell;
  25.     id  speaker;
  26.     id  hostnameField;    
  27. }
  28.  
  29. - appDidInit:sender;
  30. - windowWillClose:sender;
  31. - update:sender;
  32. - newHost:sender;
  33.  
  34. @end
  35.